ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewResponse<T> Class / PageIndex Property






In This Topic
    PageIndex Property (CollectionViewResponse<T>)
    In This Topic
    The index of page which the items are in.
    Syntax
    'Declaration
     
    
    Public Property PageIndex As System.Integer
    'Usage
     
    
    Dim instance As CollectionViewResponse(Of T)
    Dim value As System.Integer
     
    instance.PageIndex = value
     
    value = instance.PageIndex
    public System.int PageIndex {get; set;}
    public read-write property PageIndex: System.Integer; 
    public function get,set PageIndex : System.int
    public: __property System.int get_PageIndex();
    public: __property void set_PageIndex( 
       System.int value
    );
    public:
    property System.int PageIndex {
       System.int get();
       void set (    System.int value);
    }
    See Also